iT邦幫忙

2023 iThome 鐵人賽

DAY 12
0
AI & Data

我要成為AI溝通師!30天快速理解Prompt Engineering系列 第 12

DAY12-提示補全實作程式碼理解

  • 分享至 

  • xImage
  •  

今天的實作部分可利用瀏覽器、文字編輯器或是編譯器(如:IntelliJ)中打開以下檔案。

[node.js]
打開資料夾openai-quickstart-node\pages\api中的generate.js
https://ithelp.ithome.com.tw/upload/images/20230924/201625252BEdrBoVO5.png

[python]
打開資料夾C:\Users\User\openai-quickstart-python中的app.py
https://ithelp.ithome.com.tw/upload/images/20230924/20162525d80ZrflFCV.png

1.提示補全

我們在前幾天中提到,可以在提示時加入範例讓模型學習。在官網的練習中,他提供的範例提示是
https://ithelp.ithome.com.tw/upload/images/20230924/20162525Oi5lQt72tr.png
因此在程式碼的最後一段是提示生成的函數

[node.js]
https://ithelp.ithome.com.tw/upload/images/20230924/20162525RtmiNx6Pcx.png

[python]
https://ithelp.ithome.com.tw/upload/images/20230924/20162525O7zFAAbP0y.png

2.溫度

官網將模型的溫度規定在0.6。
https://ithelp.ithome.com.tw/upload/images/20230924/20162525fAzAGuLU1t.png
https://ithelp.ithome.com.tw/upload/images/20230924/20162525hrqCKvIt8C.png

因此我們可以看到程式碼中他同樣也有將溫度調整至0.6
[node.js]
https://ithelp.ithome.com.tw/upload/images/20230924/201625251mC8Mveijw.png

[python]
https://ithelp.ithome.com.tw/upload/images/20230924/20162525EkL7x8Bw07.png

這樣我們是不是就充分了解寵物名稱生產器的運作原理啦!
大家快上Open AI實作看看吧~


明天我們要更新實作遇到的問題
也可以稱作發瘋特輯
如果實作時有遇到問題的話可以看看明天的內容
說不定會有幫助喔~/images/emoticon/emoticon07.gif


上一篇
DAY11-實際應用編碼訓練提示補全
下一篇
DAY13-Python實作(問題報告書)-上
系列文
我要成為AI溝通師!30天快速理解Prompt Engineering30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言